[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
How to compile source code to obtain *.exe :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Yor programs can be converted from the form of *.prg to *.exe in the next
steps:
1. Compilation with debug option
Clipper my_file /n/m/w/a/b/p
RtLink FI my_file PLL Object
2. Compilating to distribute
Clipper my_file /n/m/w/a/l
RtLink FI my_file LIB Object
The first line creates from the file my_file.PRG the files:
my_file.PPO (if there was a /p switch)
my_file.OBJ
the second line produces the very desired file my_file.exe !!!. Off course
only when the compiling was without error(s). (:-))
See Also:
Meaning of the words
Simple demo
System anomal behavior
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson